Claude Skills
エージェント スキル - Claude Code Docs
Equipping agents for the real world with Agent Skills \ Anthropic
anthropics/skills: Public repository for Skills
skills/skills/skill-creator at main · anthropics/skills
skills/spec/agent-skills-spec.md at main · anthropics/skills
https://code.claude.com/docs/en/skills#available-string-substitutions
$CLAUDE_SESSION_ID は skills (slash-command) で展開できる
Hook の環境変数にも渡ってくる
作る
name (<= 64 chars), description (<= 200 chars)を持つ front matter 付きの SKILL.md を書くだけ
Marketplace
Plugins reference - Claude Code Docs
ref 指定でインストールできるので動作確認もできるぞ
/plugin marketplace add https://github.com/pokutuna/mcp-chrome-tabs.git#claude-marketplace
/plugin install mcp-chrome-tabs@pokutuna-plugins
あるいは --plugin-dir=/path/to/hoge-plugin/ (.claude-plugin のあるディレクトリ) を指定して開発する
code:dir
oneetyan/
├── .claude-plugin/
│ └── plugin.json ← ここには plugin.json だけ
└── skills/ ← skills は .claude-plugin の外
└── oneetyan/
└── SKILL.md
挙動変だなと思う時はだいたい壊れている
Bug: Project-scoped plugins incorrectly detected as installed globally · Issue #14202 · anthropics/claude-code
BUG Plugin install matches wrong marketplace when same plugin name exists in multiple marketplaces · Issue #20593 · anthropics/claude-code
一通り user scope で install して無効、project 個別に有効にしたほうが困らなそうかなあ
/plugins の有効/無効はこわれてなさそうなので
スキーマないミステリー
BUG JSON schema specified in the marketplace.json doesn't exist · Issue #9686 · anthropics/claude-code
世間の
anthropics/skills: Public repository for Skills
frontend-design がちょっと話題になった
skills/skills/frontend-design/SKILL.md at main · anthropics/skills
huggingface/skills
We Got Claude to Fine-Tune an Open Source LLM
LLM トレーニング簡単にできるらしいが、HuggingFace Job は別に使いたくないな...
trackio を wandb にしたりいくつか実行時に追加の指示を与えればまあいいかな?
/plugin marketplace add huggingface/skills
/plugin install model-trainer@huggingface-skills